<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  background: #fff;
  color: #000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "CenturyGothic";
  src: url('../fonts/CenturyGothic/gothic.eot');
  src: url('../fonts/CenturyGothic/gothic-1.eot') format('embedded-opentype'), font-file("CenturyGothic/gothic.woff", "CenturyGothic/gothic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url('../fonts/NotoSansJP/NotoSansJP-Regular.eot');
  src: url('../fonts/NotoSansJP/NotoSansJP-Regular-1.eot') format('embedded-opentype'), font-file("NotoSansJP/NotoSansJP-Regular.woff", "NotoSansJP/NotoSansJP-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url('../fonts/NotoSansJP/NotoSansJP-Bold.eot');
  src: url('../fonts/NotoSansJP/NotoSansJP-Bold-1.eot') format('embedded-opentype'), font-file("NotoSansJP/NotoSansJP-Bold.woff", "NotoSansJP/NotoSansJP-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
}
a:active, a:focus {
  outline: none;
}

@media only screen and (max-width: 768px) {
  .only_pc {
    display: none;
  }
  /* Style adjustments for viewports 480px and over go here */
  body, select, input, textarea {
    color: #605f5f;
    font-family: CenturyGothic, Helvetica, Arial, sans-serif;
  }

  header {
    position: relative;
    margin: 0 auto;
    width: 640px;
    height: 152px;
    @clearfix;
  }
  header h1 {
    margin: 0 0 0 39px;
    padding: 0;
    width: 259px;
    height: 152px;
    float: left;
  }
  header h1 a {
    display: block;
    margin: 0 0 0 39px;
    padding: 0;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/common/logo.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 259px;
    height: 152px;
  }
  header div#menuOpenBtn {
    width: 107px;
    border: 1px solid #605f5f;
    margin: 43px 39px 0 0;
    width: 107px;
    height: 107px;
    float: right;
  }
  header div#menuOpenBtn a {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/common/menubtn.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 107px;
    height: 107px;
  }
  header nav {
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1000;
    position: absolute;
    background-color: #fff;
    width: 562px;
    padding: 43px 39px 13px 39px;
    left: 0;
    top: -660px;
  }
  header nav div#menuCloseBtn {
    margin: 0 0 22px 0;
    width: auto;
    height: 67px;
    @clearfix;
  }
  header nav div#menuCloseBtn a {
    float: right;
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/common/closebtn.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 46px;
    height: 67px;
  }
  header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  header nav ul li {
    margin: 0;
    padding: 0;
    width: 560px;
    height: 88px;
    border: 1px solid #605f5f;
    margin-bottom: 13px;
  }
  header nav ul li#menu_main {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/common/menu-sp.gif');
    background-repeat: no-repeat;
    background-position: center -1px;
  }
  header nav ul li#menu_concept {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/common/menu-sp.gif');
    background-repeat: no-repeat;
    background-position: center -104px;
  }
  header nav ul li#menu_shoplist {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/common/menu-sp.gif');
    background-repeat: no-repeat;
    background-position: center -207px;
  }
  header nav ul li#menu_onlinestore {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/common/menu-sp.gif');
    background-repeat: no-repeat;
    background-position: center -310px;
  }
  header nav ul li#menu_support {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/common/menu-sp.gif');
    background-repeat: no-repeat;
    background-position: center -413px;
  }
  header nav ul li a {
    display: block;
    width: 560px;
    height: 88px;
  }
  header nav.show {
    top: 0px;
  }

  footer {
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    max-height: 999999px;
    position: relative;
    font-size: 0.875em;
    line-height: 1.71429em;
  }
  footer div#bannerarea {
    margin: 0 auto;
    width: 609px;
    height: 106px;
    position: relative;
  }
  footer div#bannerarea a {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/main/banner.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 609px;
    height: 106px;
  }
  footer div#infoarea {
    font-size: 0.8125em;
    line-height: 1.84615em;
    margin: 10px auto;
    width: 609px;
  }
  footer div#infoarea ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
  }
  footer div#infoarea ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 13px;
    padding-right: 13px;
  }
  footer div#infoarea ul li:first-child {
    padding-left: 0;
  }
  footer div#infoarea ul li:last-child {
    padding-right: 0;
  }
  footer div#infoarea ul li.last {
    padding-right: 0;
  }
  footer div#infoarea ul li {
    letter-spacing: 0em;
  }
  footer div#infoarea ul li a {
    letter-spacing: 0em;
  }

  #backtoTop {
    margin: 20px auto 80px auto;
    width: 608px;
    height: 55px;
  }
  #backtoTop a {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/common/backToTopBtn.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 608px;
    height: 55px;
  }
}
@media only screen and (min-width: 769px) {
  .only_sp {
    display: none;
  }
  /* Style adjustments for viewports 768px and over go here */
  body, select, input, textarea {
    color: #605f5f;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
    letter-spacing: 0.15em;
  }

  header {
    position: relative;
    width: 920px;
    margin: 0 auto;
    height: 126px;
  }
  header h1 {
    margin: 0;
    padding: 0;
    width: 271px;
    height: 126px;
    float: left;
  }
  header h1 a {
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/common/logo.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 271px;
    height: 126px;
  }
  header div#menuOpenBtn {
    display: none;
  }
  header nav {
    float: right;
    padding-right: 19px;
  }
  header nav div#menuCloseBtn {
    display: none;
  }
  header nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    margin: 63px 0 0 0;
  }
  header nav ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 13px;
    padding-right: 13px;
  }
  header nav ul li:first-child {
    padding-left: 0;
  }
  header nav ul li:last-child {
    padding-right: 0;
  }
  header nav ul li.last {
    padding-right: 0;
  }
  header nav ul li a {
    cursor: pointer;
    display: block;
    height: 21px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/common/menues.png');
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  header nav ul #menu_main {
    padding-left: 0px;
    padding-right: 18px;
  }
  header nav ul #menu_main a {
    background-position: 0px top;
    width: 55px;
  }
  header nav ul #menu_main a:hover {
    background-position: 0px -21px;
    width: 55px;
  }
  header nav ul #menu_main.here a {
    background-position: 0px -21px;
  }
  header nav ul #menu_main.hereMouseOver a {
    background-position: 0px top;
    width: 55px;
  }
  header nav ul #menu_main.hereMouseOver a:hover {
    background-position: 0px -21px;
    width: 55px;
  }
  header nav ul #menu_concept {
    padding-left: 18px;
    padding-right: 18px;
  }
  header nav ul #menu_concept a {
    background-position: -90px top;
    width: 91px;
  }
  header nav ul #menu_concept a:hover {
    background-position: -90px -21px;
    width: 91px;
  }
  header nav ul #menu_concept.here a {
    background-position: -90px -21px;
  }
  header nav ul #menu_concept.hereMouseOver a {
    background-position: -90px top;
    width: 91px;
  }
  header nav ul #menu_concept.hereMouseOver a:hover {
    background-position: -90px -21px;
    width: 91px;
  }
  header nav ul #menu_shoplist {
    padding-left: 18px;
    padding-right: 15px;
  }
  header nav ul #menu_shoplist a {
    background-position: -217px top;
    width: 94px;
  }
  header nav ul #menu_shoplist a:hover {
    background-position: -217px -21px;
    width: 94px;
  }
  header nav ul #menu_shoplist.here a {
    background-position: -217px -21px;
  }
  header nav ul #menu_shoplist.hereMouseOver a {
    background-position: -217px top;
    width: 94px;
  }
  header nav ul #menu_shoplist.hereMouseOver a:hover {
    background-position: -217px -21px;
    width: 94px;
  }
  header nav ul #menu_onlinestore {
    padding-left: 14px;
    padding-right: 15px;
  }
  header nav ul #menu_onlinestore a {
    background-position: -341px top;
    width: 140px;
  }
  header nav ul #menu_onlinestore a:hover {
    background-position: -341px -21px;
    width: 140px;
  }
  header nav ul #menu_onlinestore.here a {
    background-position: -341px -21px;
  }
  header nav ul #menu_onlinestore.hereMouseOver a {
    background-position: -341px top;
    width: 140px;
  }
  header nav ul #menu_onlinestore.hereMouseOver a:hover {
    background-position: -341px -21px;
    width: 140px;
  }
  header nav ul #menu_support {
    padding-left: 14px;
    padding-right: 0px;
  }
  header nav ul #menu_support a {
    background-position: -509px top;
    width: 85px;
  }
  header nav ul #menu_support a:hover {
    background-position: -509px -21px;
    width: 85px;
  }
  header nav ul #menu_support.here a {
    background-position: -509px -21px;
  }
  header nav ul #menu_support.hereMouseOver a {
    background-position: -509px top;
    width: 85px;
  }
  header nav ul #menu_support.hereMouseOver a:hover {
    background-position: -509px -21px;
    width: 85px;
  }

  footer {
    z-index: 1;
    padding: 0 0 20px 0;
    width: 920px;
    margin: 0 auto 0 auto;
    text-align: left;
    font-size: 0.5625em;
    line-height: 2.66667em;
    letter-spacing: 0.1em;
    margin-top: -1.2em;
    position: relative;
  }
  footer div#bannerarea {
    position: absolute;
    left: 0;
    top: 0;
  }
  footer div#bannerarea a {
    cursor: pointer;
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/pc/main/banner.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 313px;
    height: 77px;
  }
  footer div#infoarea {
    width: auto;
    padding: 60px 0 0 0;
    margin: 61px 15px 0 0;
    letter-spacing: -0.03em;
    overflow: hidden;
    *zoom: 1;
  }
  footer div#infoarea ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
  }
  footer div#infoarea ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: right;
    padding-left: 13px;
    padding-right: 13px;
  }
  footer div#infoarea ul li:first-child {
    padding-right: 0;
  }
  footer div#infoarea ul li:last-child {
    padding-left: 0;
  }
  footer div#infoarea ul li.last {
    padding-left: 0;
  }
  footer div#infoarea ul li {
    color: #000;
  }
  footer div#infoarea ul li a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
  }

  #backtoTop {
    display: none;
  }
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  /* Style adjustments for print go here */
}
@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports 480px and over go here */
  #main h2 {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/onlinestore/title.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 235px;
    height: 23px;
    margin: 56px 0 0 42px;
  }
  #main article {
    margin: 30px 39px 54px 39px;
  }
  #main article h3 {
    padding: 10px 16px;
    font-size: 1.5em;
    line-height: 1em;
    background-color: #d4d4d4;
  }
  #main article ul {
    margin: 0 auto 80px auto;
    padding: 0;
    list-style-type: none;
  }
  #main article ul li {
    margin: 0 auto;
    padding: 0;
  }
  #main article ul li h4 {
    margin: 0 auto;
    padding: 0;
  }
  #main article ul li a {
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/onlinestore/onlineStoreBtn.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 374px;
    height: 62px;
  }
  #main article ul li#marui h4 {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/onlinestore/maruiLogo.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 479px;
    height: 107px;
  }
  #main article ul li#marui a {
    margin-top: 15px;
  }
  #main article ul li#tictac h4 {
    margin-top: 70px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/onlinestore/tictacLogo.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 479px;
    height: 107px;
  }
  #main article ul li#tictac a {
    margin-top: 23px;
  }
  #main article ul li#margarethowell h4 {
    margin-top: 70px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/onlinestore/mhLogo.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 479px;
    height: 107px;
  }
  #main article ul li#margarethowell a {
    margin-top: 23px;
  }

  #main article ul li#OnTime h4 {
    margin-top: 70px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/sp/onlinestore/movelogo.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 479px;
    height: 107px;
  }
  #main article ul li#OnTime a {
    margin-top: 23px;
  }

}
@media only screen and (min-width: 769px) {
  /* Style adjustments for viewports 768px and over go here */
  #main {
    position: relative;
    width: 920px;
    margin: 28px auto 0 auto;
    min-height: 420px;
    letter-spacing: 0em;
  }
  #main h2 {
    margin: 38px 0 0px 12px;
    position: relative;
    font-weight: normal;
    letter-spacing: 0.15em;
  }
  #main article {
    margin: 8px 12px 40px 12px;
  }
  #main article h3 {
    padding: 0px 12px;
    margin: 0 0 0 0;
    background-color: #d4d4d4;
    font-weight: normal;
    font-size: 0.875em;
    line-height: 1.37143em;
  }
  #main article ul {
    width: 776px;
    margin: 120px auto 0 auto;
    padding: 0;
    list-style-type: none;
    @clearfix;
  }
  #main article ul li {
    margin: 0;
    padding: 0;
    width: 206px;
    float: left;
  }
  #main article ul li h4 {
    margin: 0;
    padding: 0;
  }
  #main article ul li a {
    margin: 21px auto 0 auto;
    padding: 0;
    cursor: pointer;
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/pc/main/onlineStoreBtn.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 150px;
    height: 19px;
  }
  #main article ul li a:hover {
    background-position: left -19px;
  }
  #main article ul li#marui h4 {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/pc/onlinestore/maruiLogo.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 206px;
    height: 48px;
  }
  #main article ul li#tictac {
    margin: 0 0 0 79px;
  }
  #main article ul li#tictac h4 {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/pc/onlinestore/tictacLogo.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 206px;
    height: 48px;
  }
  /*#main article ul li#margarethowell {
    margin: 0 0 0 79px;
  }*/
  #main article ul li#margarethowell h4 {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/pc/onlinestore/mhLogo.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 206px;
    height: 48px;
  }
  #main article ul li#OnTime {
    margin: 0 0 0 79px;
  }
  #main article ul li#OnTime h4 {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/pc/onlinestore/movelogo.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 206px;
    height: 48px;
  }
}
</pre></body></html>